func compress/flate.hash
6 uses
compress/flate (current package)
deflatefast.go#L37: func hash(u uint32) uint32 {
deflatefast.go#L92: nextHash := hash(cv)
deflatefast.go#L125: nextHash = hash(now)
deflatefast.go#L174: prevHash := hash(uint32(x))
deflatefast.go#L177: currHash := hash(uint32(x))
deflatefast.go#L184: nextHash = hash(cv)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |